TIMEOUT We are left with following problem, upon which TcT provides the certificate TIMEOUT. Strict Trs: { minus(x, 0()) -> x , minus(s(x), s(y)) -> minus(x, y) , quot(0(), s(y)) -> 0() , quot(s(x), s(y)) -> s(quot(minus(x, y), s(y))) } Obligation: innermost runtime complexity Answer: TIMEOUT Computation stopped due to timeout after 10.0 seconds. Arrrr..